projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8df2cce
)
macos: Fix a compiler warning
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 17 Jun 2021 13:40:22 +0000
(09:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 18 Jun 2021 00:14:14 +0000
(17:14 -0700)
gdk/macos/gdkmacosseat.c
patch
|
blob
|
history
diff --git
a/gdk/macos/gdkmacosseat.c
b/gdk/macos/gdkmacosseat.c
index b003bb7ca60bb50bd95f5b93fbcb95d0d244853c..b555002dd48a3f2ca34cdc3a608d595a11aec9dc 100644
(file)
--- a/
gdk/macos/gdkmacosseat.c
+++ b/
gdk/macos/gdkmacosseat.c
@@
-348,7
+348,7
@@
_gdk_macos_seat_new (GdkMacosDisplay *display)
init_devices (self);
- return
g_steal_pointer (&self
);
+ return
GDK_SEAT (g_steal_pointer (&self)
);
}
static GdkDeviceToolType